home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / grafik / gif386 / everex.bug < prev    next >
Encoding:
Internet Message Format  |  1989-11-13  |  1.2 KB

  1. From:    T. Sherlock
  2.     Wolfram Research
  3.     (217) 398-0700    voice
  4.     (217) 398-0747    fax
  5.  
  6.  
  7.     I am trying to develop drivers for the Everex Viewpoint VGA card
  8.     with 512K of memory, and I noticed that some video modes don't seem
  9.     to work properly.  All these modes were called with the following
  10.     parameters:
  11.  
  12.     AH = 0;
  13.     AL = 0x70;
  14.     BL = mode_num;
  15.  
  16.     and then an INT 10 was done. Using mode_num with the following values
  17.     produced bad results:
  18.  
  19.  
  20.     mode_num    HRES     VRES    Colors    Result
  21.     -----------------------------------------------------------------
  22.     0x30        640    480    256    Black screen.
  23.     0x31        800    600    256    Strip filled with hash.
  24.     0x14        640    400    256    Strip filled with hash.
  25.  
  26.     Also, no indication was given in your manual on how to access all the
  27.     memory on the card, for example, to display the full 800 X 600 screen
  28.     even though the segment offsets are 16 bits.
  29.  
  30.     I don't think this is a frequency problem, because the system does
  31.     seem to work properly at the 800 X 600 and 1024 X 768 16 color modes.
  32.     
  33.     System configuration:
  34.         Compaq 386/20 10 meg memory.
  35.         Mitsubishi Diamond Scan 16'' analog RGB monitor.
  36.         Everex Viewpoint VGA card with 512K of memory.
  37.  
  38.         
  39.  
  40.  
  41.     
  42.